home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1041.lha / Programs / Data2Object / Readme.txt < prev    next >
Text File  |  1994-02-21  |  830b  |  28 lines

  1. Short: create an object file from a text file.
  2. Type: dev/misc
  3. Uploader: mluger@bio.vu.nl
  4. Author: mluger@bio.vu.nl
  5.  
  6. With this program you can create an object file ready for linking from a textfile. 
  7.  
  8.     v1.3 (18.2.94) 2076 bytes
  9.     -------------------------
  10.  
  11.         o Added ReadArgs() for argument parsing. From now on d2o is a
  12.           2.04+ only program.
  13.  
  14.         o Added FAST switch.
  15.  
  16.         o Added return codes when something goes wrong. d2o returns 10 in
  17.           case of any error. (file not found, wrong arguments, not enough 
  18.           memory or no arguments)
  19.  
  20.         o Optimized some routines, removed sprintf() function, removed
  21.           startup module and recompiled with other switches. The
  22.           executable is now four times smaller then v1.2.
  23.           
  24.         o Added examples in assembler and C.
  25.  
  26.  
  27.  
  28.